tailprob(t,G,cross,type="1",d=0.01,cov.dim=0)
thresh(G,cross,type="1",p=c(0.10,0.05,0.01),d=0.01,cov.dim=0,
interval=c(1,40))
tailprob
returns the probability that the
genome-wide maximum LOD score exceeds a particular value. The
function thresh
returns genome-wide LOD thresholds
corresponding to a particular Type I error rate.uniroot
. At this time only
one-dimensional thresholds are calculated, but this function will be
extended in the future.uniroot
.tailprob(t=3,G=1440,cross="f2",d=10)
thresh(G=1440,cross="bc",d=10)
Run the code above in your browser using DataLab